home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / themes / Candido-NeoGraphite / gtk-2.0 / gtkrc
Text File  |  2006-07-01  |  5KB  |  201 lines

  1. style "candido-default"
  2. {
  3.   GtkButton      ::default_border    = { 0, 0, 0, 0 }
  4.   GtkRange       ::trough_border     = 0
  5.   GtkPaned       ::handle_size       = 6
  6.   GtkRange       ::slider_width      = 15
  7.   GtkRange       ::stepper_size      = 15
  8.   
  9.   GtkScrollbar   ::min_slider_length = 30
  10.   GtkCheckButton ::indicator_size    = 14
  11.   GtkMenuBar     ::internal-padding  = 0
  12.   GtkTreeView    ::expander_size     = 14
  13.   GtkExpander    ::expander_size     = 16
  14.   GtkScale       ::slider-length     = 27
  15.   #GtkToolbar     ::button-relief     = GTK_RELIEF_NORMAL
  16.   #GtkMenuBar     ::shadow-type       = GTK_SHADOW_IN
  17.   #GtkScrollbar   ::has-forward-stepper = 0
  18.   #GtkScrollbar   ::has-backward-stepper = 0
  19.   #GtkScrollbar   ::has-secondary-backward-stepper = 1
  20.   
  21.   xthickness = 2
  22.   ythickness = 2
  23.  
  24.   fg[NORMAL]           = "#353535"
  25.   fg[ACTIVE]               = "#353535"
  26.   fg[PRELIGHT]         = "#000000"
  27.   fg[SELECTED]         = "#000000"
  28.   fg[INSENSITIVE]      = "#9B9B9B"
  29.  
  30.   bg[NORMAL]           = "#dbdbdb"
  31.   bg[ACTIVE]         = "#E0E0E0"
  32.   bg[PRELIGHT]         = "#f0f0f0"
  33.   bg[SELECTED]         = "#c6c6c6"
  34.   bg[INSENSITIVE]      = "#e0e0e0"
  35.  
  36.   base[NORMAL]         = "#ffffff"
  37.   base[ACTIVE]         = "#d4d4d4"
  38.   base[PRELIGHT]       = "#FFFFFF"
  39.   base[SELECTED]    = "#b2b2b2"
  40.   base[INSENSITIVE]    = "#f4f4f4"
  41.  
  42.   text[NORMAL]         = "#000000"
  43.   text[ACTIVE]        = "#505050"
  44.   text[PRELIGHT]       = "#353535"
  45.   text[SELECTED]       = "#353535"
  46.   text[INSENSITIVE]    = "#9B9B9B"
  47.  
  48.   engine "candido" 
  49.   {
  50.      scrollbar_color   = "#b2b2b2"
  51.      contrast              = 1.0 # Change to 1.0 if you want more contrast
  52.     menubarstyle      = 1 # 0 = flat, 1 = sunken, 2 = flat gradient
  53.     menuitemstyle     = 1 # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
  54.     listviewitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient)
  55.     progressbarstyle  = 2 # 0 = candy bar, 1 = fancy candy bar, 2 = flat
  56.      #animation         = FALSE #Enable if you want animated progressbar
  57.   }
  58. }
  59.  
  60.  
  61. style "candido-wide" = "candido-default"
  62. {
  63.   xthickness = 1
  64.   ythickness = 1
  65. }
  66.  
  67. style "candido-wider" = "candido-default"
  68. {
  69.   xthickness = 3
  70.   ythickness = 3
  71. }
  72.  
  73. style "candido-button" = "candido-wider"
  74. {
  75.  bg[NORMAL]          = "#e8e8e8"
  76.  bg[ACTIVE]            = "#d4d4d4"
  77. }
  78.  
  79. style "candido-range" = "candido-default"
  80. {
  81.   xthickness = 3
  82.   ythickness = 3
  83. }
  84.  
  85. style "candido-notebook" = "candido-wide"
  86. {
  87.   bg[NORMAL]          = "#ffffff"
  88.   #bg[SELECTED]          = "#565656"
  89.   
  90. }
  91.  
  92. style "candido-tasklist" = "candido-default"
  93. {
  94.   xthickness = 5
  95.   ythickness = 3
  96. }
  97.  
  98. style "candido-menu" = "candido-default"
  99. {
  100.   xthickness = 2
  101.   ythickness = 1
  102.   bg[NORMAL]            = "#F3F3F3"
  103. }
  104.  
  105. style "candido-menu-item" = "candido-default"
  106. {
  107.   xthickness = 2
  108.   ythickness = 3
  109.   #fg[PRELIGHT]         = "#F5F9FF"
  110.   #fg[NORMAL]           = "#353535" # "#000000" if you want more contrast
  111.   #text[PRELIGHT]     = "#F5F9FF"
  112. }
  113.  
  114. style "candido-menubar" = "candido-default"
  115. {
  116.   xthickness = 2
  117.   ythickness = 2
  118.   #bg[NORMAL]             = "#FAFAFA"
  119. }
  120.  
  121. style "candido-menubar-item" = "candido-menu-item"
  122. {
  123. }
  124.  
  125. style "candido-tree" = "candido-default"
  126. {
  127.   xthickness = 2
  128.   ythickness = 2
  129.   bg[NORMAL]             = "#F3F3F3"
  130. }
  131.  
  132. style "candido-frame-title" = "candido-default"
  133. {
  134.   fg[NORMAL]             = "#404040"
  135. }
  136.  
  137. style "candido-tooltips" = "candido-default"
  138. {
  139.   xthickness = 4
  140.   ythickness = 4
  141.   bg[NORMAL]             = "#F3F3F3"
  142. }
  143.  
  144. style "candido-progressbar" = "candido-wide"
  145. {
  146.   xthickness = 1
  147.   ythickness = 1
  148.   bg[SELECTED] = "#b2b2b2"
  149.   fg[PRELIGHT]          = "#F5F9FF"
  150. }
  151.  
  152. style "candido-combo" = "candido-button"
  153. {
  154. }
  155.  
  156. style "metacity-frame" = "candido-default"
  157. {
  158.   bg[SELECTED]  = "#9e9e9e"
  159.  
  160.   # Focused title text color
  161.   fg[SELECTED]  = "#353535"
  162. }
  163. class "MetaFrames"       style "metacity-frame"
  164. class "GtkWindow"      style "metacity-frame"
  165.  
  166. # widget styles
  167. class "GtkWidget"      style "candido-default"
  168. class "GtkButton"      style "candido-button"
  169. class "GtkScale"       style "candido-range"
  170. class "GtkCombo"       style "candido-button"
  171. class "GtkRange"       style "candido-wide"
  172. class "GtkFrame"       style "candido-wide"
  173. class "GtkMenu"        style "candido-menu"
  174. class "GtkEntry"       style "candido-wider"
  175. class "GtkMenuItem"    style "candido-menu-item"
  176. class "GtkNotebook"    style "candido-notebook"
  177. class "GtkProgressBar" style "candido-progressbar"
  178. class "*MenuBar*"      style "candido-menubar"
  179.  
  180. widget_class "*MenuItem.*" style "candido-menu-item"
  181. widget_class "*MenuBar.*"  style "candido-menubar-item"
  182.  
  183. # combobox stuff
  184. widget_class "*.GtkComboBox.GtkButton" style "candido-combo"
  185. widget_class "*.GtkCombo.GtkButton"    style "candido-combo"
  186.  
  187. # tooltips stuff
  188. widget_class "*.tooltips.*.GtkToggleButton" style "candido-tasklist"
  189. widget "gtk-tooltips"                               style "candido-tooltips"
  190.  
  191. # treeview stuff
  192. widget_class "*.GtkTreeView.GtkButton" style "candido-tree"
  193. widget_class "*.GtkCTree.GtkButton"     style "candido-tree"
  194. widget_class "*.GtkList.GtkButton"     style "candido-tree"
  195. widget_class "*.GtkCList.GtkButton"     style "candido-tree"
  196. widget_class "*.GtkFrame.GtkLabel"     style "candido-frame-title"
  197.  
  198. # notebook stuff
  199. widget_class "*.GtkNotebook.*.GtkEventBox" style "candido-notebook"
  200. widget_class "*.GtkNotebook.*.GtkViewport" style "candido-notebook"
  201.